projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b74bd4a
)
(direct_output_for_insert): Call
author
Gerd Moellmann
<gerd@gnu.org>
Sat, 30 Mar 2002 11:54:45 +0000
(11:54 +0000)
committer
Gerd Moellmann
<gerd@gnu.org>
Sat, 30 Mar 2002 11:54:45 +0000
(11:54 +0000)
mark_window_display_accurate.
src/dispnew.c
patch
|
blob
|
history
diff --git
a/src/dispnew.c
b/src/dispnew.c
index 43d99b256c96d7adfc475dcefe64a9992305720f..03dec48e29a71b6707f098be8708a0595fa099bd 100644
(file)
--- a/
src/dispnew.c
+++ b/
src/dispnew.c
@@
-3655,14
+3655,7
@@
direct_output_for_insert (g)
fflush (stdout);
TRACE ((stderr, "direct output for insert\n"));
-
- UNCHANGED_MODIFIED = MODIFF;
- BEG_UNCHANGED = GPT - BEG;
- XSETFASTINT (w->last_point, PT);
- w->last_cursor = w->cursor;
- XSETFASTINT (w->last_modified, MODIFF);
- XSETFASTINT (w->last_overlay_modified, OVERLAY_MODIFF);
-
+ mark_window_display_accurate (it.window, 1);
redisplay_performed_directly_p = 1;
return 1;
}